Includes parameters of pixel format conversion. More...
Inherits Structure.
Includes parameters of pixel format conversion.
| nWidth | c_uint, Image width. |
| nHeight | c_uint, Image height. |
| enSrcPixelType | MvGvspPixelType , Source pixel format. |
| pSrcData | POINTER(c_ubyte), Input data buffer. |
| nSrcDataLen | c_uint, Input data size. |
| enDstPixelType | MvGvspPixelType , Target pixel format. |
| pDstBuffer | POINTER(c_ubyte), Output data buffer. |
| nDstLen | c_uint, Output data size. |
| nDstBufferSize | c_uint, Provided output buffer size. |
| nRes | c_uint * 4, Reserved. |